home *** CD-ROM | disk | FTP | other *** search
/ Freelog 40 / Freelog040.iso / Bas / Internet / Selida / setup.exe / {app} / Templates / Standardpage < prev   
Text File  |  2002-01-21  |  320b  |  19 lines

  1. <html>
  2.  
  3. <head>
  4. <title>My Page</title>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <! -- Description: Just a standard HTML without fancy details -- !>
  10.  
  11. <h1 align="center">Heading</h1>
  12. <p align="left">Here goes the text!</p>
  13. <address>My name</address>
  14.  
  15. <address><a href="mailto:me@mail.com">Mail me!</a></address>
  16.  
  17. </body>
  18.  
  19. </html>